Welcome![Sign In][Sign Up]
Location:
Search - boot mbr

Search list

[assembly languageMBR

Description: 一个MBR (硬盘主引导区)的汇编源代码.-A MBR (master boot hard disk area) a compilation of source code.
Platform: | Size: 4096 | Author: 姚聪 | Hits:

[Otherwin98硬盘主引导代码反汇编分析

Description: WIN98SE硬盘主引导记录代码反汇编分析硬盘引导记录MBR(Master Boot Record)是指硬盘之0面0道1扇区之内容,PC及其兼容机之ROM BIOS约定在上电及POST自检成功后,将其从硬盘读出,放置在内存0:7C00处,然后转去该地址执行。该段代码负责从代码尾部之4个分区表项中找出可以引导的项,读出其引导记录引导之。-WIN98SE hard disk's master boot record-code compilation, analysis drive boot record MBR (Master Boot Record) is the hard surface 0 of 0 1 Sector content, and PC BIOS ROM BIOS Zhi agreed on power and self-censorship POST after the success of its read from the hard disk placed in memory 0 : 7C00, then transferred to the implementation of the address. The code of the code from the tail for the four districts item questionnaire to identify the guide, read out its guide guide it, we record.
Platform: | Size: 6144 | Author: 邓昕岳 | Hits:

[Disk Toolsbootmasterraw_1.04

Description: 硬盘主引导扇区读写程序源代码,可用于读取硬盘主引导扇区的信息也可对其进行修改-The source code for hard disk boot master(MBR) read/write , you can use it read or edit hard disk s boot master sector.
Platform: | Size: 12288 | Author: 刘明 | Hits:

[Disk Toolscpboot

Description: 磁盘主引导程序(MBR),作者作了详细的注释,是了解磁盘引导原理的佳作。-master boot disk (MBR), the authors made a detailed annotation, which is guiding principle of understanding disk sweetheart.
Platform: | Size: 8192 | Author: yangping | Hits:

[OS programFATFileSystem

Description: FAT文件系统原理 计算机在按下power键以后,开始执行主板bios程序。进行完一系列检测和配置以后。开始按bios中设定的系统引导顺序引导系统。假定现在是硬盘。Bios执行完自己的程序后如何把执行权交给硬盘呢。交给硬盘后又执行存储在哪里的程序呢。其实,称为mbr的一段代码起着举足轻重的作用。MBR(master boot record),即主引导记录,有时也称主引导扇区。位于整个硬盘的0柱面0磁头1扇区(可以看作是硬盘的第一个扇区),bios在执行自己固有的程序以后就会jump到mbr中的第一条指令。将系统的控制权交由mbr来执行。在总共512byte的主引导记录中,MBR的引导程序占了其中的前446个字节(偏移0H~偏移1BDH),随后的64个字节(偏移1BEH~偏移1FDH)为DPT(Disk PartitionTable,硬盘分区表),最后的两个字节“55 AA”(偏移1FEH~偏移1FFH)是分区有效结束标志。-FAT file system in principle computer keys after pressing the power to start procedures for the implementation of motherboard bios. End conducted a series of inspections and subsequent distribution. Start by bios set in the boot sequence guidance system. It is assumed that drive. Bios implementation End after their own procedures on how the implementation of the right to drive it. Then drive to the store where the implementation of the procedure beforehand. In fact, as mbr section of the code will play a decisive role. MBR (master boot record), the master boot record that is sometimes also called master boot. Located in the entire drive 0 0 cylinder head a sector (can be seen as one drives the sector), bios their inherent in the implementation of the procedures will jump to the future mbr
Platform: | Size: 270336 | Author: henry | Hits:

[assembly languageFAT32NTFSMBR

Description: 支持FAT32和NTFS的引导扇区源码,NASM汇编代码。很不错的源码,可以运行-Support for FAT32 and NTFS boot sector of the source, NASM assembly code. Very good source, you can run
Platform: | Size: 145408 | Author: 张海 | Hits:

[assembly languagembrbm-1.1

Description: PC BIOS Boot Manager _within_ the Master Boot Record (MBR) Displays list of partitions and let user choose the booting partition.
Platform: | Size: 51200 | Author: beersoccer | Hits:

[Software EngineeringHardiskMBR

Description: 硬盘主引导记录程序的功能是读出自举分区的BOOT程序,并把控制转移到分区BOOT程序。整个程序流程如下: 1 将本来读入到0:7C00H处的硬盘主引导记录程序移至0:61BH处; ⑵ 顺序读入四个分区表的自举标志,以找出自举分区,若找不到,转而执行INT18H的BOOT异常执行中断程序; ⑶ 找到自举分区后,检测该分区的系统标志,若为32位FAT表或16位FAT表但支持13号中断的扩展功能,就转到执行13号中断的41号功能调用进行安装检验,检验成功,就执行42号扩展读功能调用把BOOT区程序读入到内存0:7C00H处,成功,跳到第⑸步,若读失败或系统标志为其它,就调用13号中断的读扇区功能调用把BOOT读到0:7C00H; ⑷ 用13号中断的读扇区功能时,用两种方式分别进行5次试读。第一种方式是直接从自举分区的头扇区读入BOOT程序,若读成功,但结束标志不是55AA,则改用第二种方式,又如果用第一种方式试读五次均不成功,就改用第二种方式。若两种方式试读均失败,就转到出错处理程序; ⑸ 读入BOOT区程序成功,转至0:7C00H处执行BOOT程序。 -err
Platform: | Size: 6144 | Author: chen | Hits:

[Disk ToolsVB+nasm--MBR

Description: 嘻嘻,本人写的在校内互传的恶作剧程序。高手们看一下源代码就知道没什么害人的地方了。只是加个开机提示语。-Hee hee, I wrote to each other in school prank procedures. Experts look at the source code will know no evil place. Just add the boot prompt language.
Platform: | Size: 92160 | Author: 刘同兴 | Hits:

[File FormatFAT32specification

Description: 详细解读Fat文件系统, 如MBR的格式,BOOT Sector 的格式等的信息。-Detailed interpretation of Fat file system, such as the MBR format, BOOT Sector format, such as information.
Platform: | Size: 262144 | Author: 王晓振 | Hits:

[File OperateRead_Write_MBR_VC

Description: 读写磁盘主引导区(MBR)_VC 6.0++源代码-Read and write disk master boot sector (MBR) _VC 6.0++ Source code
Platform: | Size: 27648 | Author: Jackson | Hits:

[Disk ToolsMBR

Description: 硬盘主引导程序剖析 硬盘主引导程序剖析-Analysis of the hard disk master boot hard disk master boot process analysis
Platform: | Size: 8192 | Author: 小鲍 | Hits:

[Driver Developeeyebootroot

Description: 一个基于MBR的bootkit,主要功能是实现NDIS的后门技术,接受固定格式的数据包而实现主机红屏。-The eEye BootRootKit NDIS backdoor is a demonstration of boot-time Windows kernel subversion technology. The assembly source code (ebrk.asm) was written for use with MASM 6.11. It comes in pre-packaged executable form as a floppy disk image (ebrk.img) and as a CD-ROM ISO-9660 image (ebrk.iso). Note that the ISO is bare-bones and does not contain a file system, only a boot sector. If you burn it to disc, it will for the most part appear to be a blank CD. We ve also included the source for a very simple demonstration packet (demrsod2.asm), and a compiled binary file (demrsod2.bin) to be used with netcat ("nc-u").
Platform: | Size: 80896 | Author: 沙乐天 | Hits:

[OS programMBR

Description: Read Master Boot Rector
Platform: | Size: 73728 | Author: krishthili | Hits:

[assembly languageNASM_MBR

Description: 基于nasm编译器写的简单的mbr引导代码,非常实用。-Nasm-based compiler, written in a simple mbr boot code, very useful.
Platform: | Size: 1024 | Author: 孟涛 | Hits:

[assembly languageBOOT

Description: 这是一个引导型DOS病毒,通过修改MBR和系统中断向量来实现其操作-This is a DOS boot-type virus by modifying the MBR and the system interrupt vector to achieve its operational
Platform: | Size: 1024 | Author: GhostRiderXX | Hits:

[Linux-Unixlinux

Description: Linux学习笔记: 1.安装时把grub(lilo)写到linux分区的引导区还是主引导扇区(MBR)? 如果你想电脑一启动就直接进入操作系统启动菜单就把grub(lilo)写到MBR上,如果写到linux分区的引导区则要用引导盘引导,建议写到MBR,方便点,至于说写到MBR不安全,该怎么解释呢?每装一次win98,MBR都会被修改一次,大家觉得有什么不安全的吗? -Linux Study Notes: 1. Installed the grub (lilo) write linux partition boot sector or master boot (MBR)? If you want to boot directly into a computer operating system boot menu put grub (lilo) writes MBR, if the write linux boot partition is to use boot disk boot, the proposed write MBR, easy points, as spoken and written to the MBR unsafe, how to explain that? Every once installed win98, MBR will be revised once, we think there is unsafe it?
Platform: | Size: 11264 | Author: 李斯 | Hits:

[Otherghostdownloader

Description: 鬼影下载者的源代码,感染引导区MBR,劫持INT3,还有WINDOWS引导过程,可参考学习,但不要自己中招了-Those who download the source code ghost, boot sector infected MBR, hijacking INT3, as well WINDOWS boot process, refer to learning, but do not own the recruited
Platform: | Size: 8192 | Author: OceanLM | Hits:

[Disk Toolsdetail_of_MBR_DPT_DBR_BPB

Description: 硬盘主引导扇区、分区表和分区引导扇区(MBR、DPT、DBR、BPB)详解-Hard disk master boot sector, partition table and partition boot sector (MBR, DPT, DBR, BPB) Detailed
Platform: | Size: 1328128 | Author: 李舒 | Hits:

[Windows DevelopMBR硬盘锁

Description: 更改系统MBR主导!很危险!不要随便使用,也可以用于开机显示文字。(Change the system MBR dominating! It's dangerous! Do not use casually, or you can also use the boot to display text.)
Platform: | Size: 153600 | Author: AXiao | Hits:
« 12 3 »

CodeBus www.codebus.net